graticules

grat = graticules(D, width=(30,20), grid=nothing, annot_x=nothing)

or

grat = graticules(; proj="projection", width=(30,20), pm=0, grid=nothing, annot_x=nothing)

Create a projected graticule GMTdataset with meridians and parallels at width intervals.

Returns

A Vector of GMTdataset containing the projected meridians and parallels. grat[i] attributes store information about that element lon,lat.

Example

using GMT
grat = graticules(proj="+proj=ob_tran +o_proj=moll +o_lon_p=40 +o_lat_p=50 +lon_0=60");

See Also

coastlinesproj, [plotgrid!], worldrectangular, worldrectgrid, worldrectcoast, [Best rectangular world map projection]